home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Misc / Uupc 3.1 sources.sit / uupc 3.1 sources Folder / Mac specific / Unix lib / ndir.proto.h < prev    next >
Encoding:
Text File  |  1992-03-01  |  101 b   |  6 lines  |  [TEXT/KAHL]

  1.  
  2. /* ndir.c */
  3. DIR *opendir(char *name);
  4. struct direct *readdir(DIR *dirp);
  5. void closedir(DIR *dirp);
  6.